object CopyDlg: TCopyDlg Left = 126 Top = 177 BorderStyle = bsDialog Caption = 'Copying Files' ClientHeight = 104 ClientWidth = 245 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 16 Width = 41 Height = 13 Caption = 'Copying:' end object FileName: TLabel Left = 64 Top = 16 Width = 169 Height = 13 AutoSize = False Caption = 'bob.exe' end object ProgressBar: TProgressBar Left = 8 Top = 32 Width = 225 Height = 25 Min = 0 Max = 100 TabOrder = 0 end object DoneBtn: TButton Left = 88 Top = 72 Width = 73 Height = 25 Caption = '&OK' Default = True Enabled = False ModalResult = 1 TabOrder = 1 end end